JBoss Community Archive (Read Only)

PicketBox

LDAP Search Handler

The LDAP Search Handler supports ldap searching of attributes and roles.

Configuration

There is use of LDAPSearchConfig.

  • scope :  base, one, subtree

  • searchBase: DN where we need to start searching.  Eg: "ou=Roles,dc=jboss,dc=org"

  • searchAttributes:  a string array that represents which attributes need to be returned via searching.

  • searchFilterExpression:  an expression that can include injectable parameters via the filter args.

  • filterArgs:  An object array to pass values to the search filter expression substitution.

Role Names

There are 4 styles of Directory Information Tree (DIT) that this handler supports, to extract the roles.

JBoss.org Content Archive (Read Only), exported from JBoss Community Documentation Editor at 2020-03-11 12:16:27 UTC, last content change 2012-07-23 20:39:37 UTC.